Salt Lake City
##
## Call:
## lm(formula = tmax ~ date)
##
## Residuals:
## Min 1Q Median 3Q Max
## -65.023 -9.947 -0.022 10.694 24.115
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 1.515e+01 5.875e-02 257.811 < 2e-16 ***
## date 1.153e-05 4.130e-06 2.792 0.00525 **
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 11.8 on 45458 degrees of freedom
## (610 observations deleted due to missingness)
## Multiple R-squared: 0.0001714, Adjusted R-squared: 0.0001494
## F-statistic: 7.793 on 1 and 45458 DF, p-value: 0.005248
##
## Call:
## lm(formula = snow ~ date)
##
## Residuals:
## Min 1Q Median 3Q Max
## -7.21 -5.61 -4.84 -4.05 479.91
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 5.011e+00 1.204e-01 41.611 < 2e-16 ***
## date -7.814e-05 1.095e-05 -7.138 9.64e-13 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 22.62 on 35281 degrees of freedom
## (10787 observations deleted due to missingness)
## Multiple R-squared: 0.001442, Adjusted R-squared: 0.001414
## F-statistic: 50.95 on 1 and 35281 DF, p-value: 9.643e-13
##
## Call:
## lm(formula = precp ~ date)
##
## Residuals:
## Min 1Q Median 3Q Max
## -1.410 -1.368 -1.334 -1.038 49.952
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 1.343e+00 1.949e-02 68.945 <2e-16 ***
## date -2.373e-06 1.434e-06 -1.654 0.098 .
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 3.861 on 42154 degrees of freedom
## (3914 observations deleted due to missingness)
## Multiple R-squared: 6.493e-05, Adjusted R-squared: 4.121e-05
## F-statistic: 2.737 on 1 and 42154 DF, p-value: 0.09805
My Cat Hemingway